ul{
    margin: 0;
    padding: 0;
}
footer {
    background-color: #1073b7;
    margin-top: 38px;
}

.footer_nav {
    float: left;
}

.footer_nav li {
    position: relative;
    float: left;
    width: 298px;
    height: 40px;
    margin-right: 14px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 14px;
    line-height: 38px;
    color: #444;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.footer_nav li a {
    display: inline-block;
    width: 100%;
    color: #444;
}

.footer-menu {
    float: left;
}

.footer-menu li {
    position: relative;
    float: left;
    width: 298px;
    height: 40px;
    margin-right: 14px;
    padding-left: 20px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 14px;
    line-height: 38px;
    color: #444;
    box-sizing: border-box;
    cursor: pointer;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu li::before {
    content: "";
    position: absolute;
    right: 22px;
    top: 16px;
    width: 12px;
    height: 7px;
    background: url(../img/arrow.png) no-repeat;
    transition: all .5s;
}

.mneu-list-wrap {
    position: absolute;
    left: 12px;
    bottom: 25px;
    width: 98%;
    height: auto;
    z-index: 20;
}

.mneu-list {
    margin: 0 -9px;
    display: none;
    padding-top: 15px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.mneu-list li {
    float: left;
    width: 20%;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
}

.mneu-list li a {
    display: block;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.footer-menu li:nth-child(4) {
    margin-right: 0;
}


/*底部政府下拉修改end */

.Foot_pc {
    padding-top: 22px;
}

.foot_two {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 22px;
    padding-bottom: 22px;
    padding-top: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wzsm li {
    float: left;
}

.wzsm li:nth-child(2) {
    padding: 0 10px;
}

.wzsm li a {
    color: #fff;
}

.map {
    padding-top: 10px
}

.foot_two .map ul li {
    line-height: 33px;
    height: 33px;
}

.foot_two .map a {
    color: #fff;
}

.foot_two .map .gh {
    margin: 0 4px;
}

.foot_two .map a:hover {
    color: #fff;
    text-decoration: none;
}

.foot_tit {
    position: relative;
    left: -34px;
}

.foot_tit a {
    float: left;
    width: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    padding: 10px 0px 10px 10px;
}

.foot_tit a:hover {
    color: #fff;
    text-decoration: none;
}

.erweima {
    /* background-color: #ebebeb;
    float: right;
    padding: 10px 0px 10px 10px;
    width: 93%; */
    position: absolute;
    background-color: #ebebeb;
    float: right;
    padding: 10px 0px 10px 10px;
    width: 94%;
    top: 11px;
}

.erweima li {
    float: left;
    margin-right: 5px;
    width: 23%;
    text-align: center;
}

.erweima .foot_item {
    width: 25%;
}

.erweima_tit {
    padding-top: 6px;
}

.erweima li a {
    display: block;
    color: #000;
}

.erweima li a:hover {
    text-decoration: none;
}

.erweima span {
    display: block;
}

.img_last {
    float: right;
}

.foot_img {
    margin-top: 51px;
}

.f_three {
    text-align: center;
    color: #ebebeb;
    /* color: #C6E8FFFF; */
}

.f_three a {
    text-align: center;
    color: #fff;
    line-height: 51px;
}

.f_three a:hover {
    color: #fff;
    text-decoration: none;
}

.Foot_phone {
    display: none;
}

@media print {
    .Foot_pc {
        display: none;
    }
    .Foot_phone {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .Foot_phone .map ul {
        text-align: center;
    }
    .Foot_pc {
        display: none;
    }
    .Foot_phone {
        display: block;
    }
    .map li:first-child {
        display: none;
    }
    .foot_two {
        padding-bottom: 0px;
    }
    .foot_two .map a {
        font-size: 13px;
    }
    .foot_two .map .gh {
        margin: 0px;
    }
    .foot_fbox{
        padding-right: 5px;
        padding-left: 5px;
    }
}